Package com.bitmovin.player.api.deficiency

Contains types used to represent errors and warnings within the SDK.

Types

DeficiencyCode
Link copied to clipboard
interface DeficiencyCode
Represents a deficiency code that a Player, Source or Offline deficiency can be associated with.
ErrorCode
Link copied to clipboard
interface ErrorCode : DeficiencyCode
Represents an error code that a Player, Source or Offline error can be associated with.
ErrorEvent
Link copied to clipboard
interface ErrorEvent
The common supertype implemented by all different error events that are emitted by the Player or Source.
OfflineErrorCode
Link copied to clipboard
enum OfflineErrorCode : Enum<OfflineErrorCode> , ErrorCode
3000 - 3999: Offline-related error codes
OfflineWarningCode
Link copied to clipboard
enum OfflineWarningCode : Enum<OfflineWarningCode> , WarningCode
3000 - 3999: Offline-related warning codes
PlayerErrorCode
Link copied to clipboard
enum PlayerErrorCode : Enum<PlayerErrorCode> , ErrorCode
1000 - 1999: Player-related error codes
  • 1000 - 1099: General

  • 1100 - 1199: Playback

  • 1200 - 1299: Network

PlayerWarningCode
Link copied to clipboard
enum PlayerWarningCode : Enum<PlayerWarningCode> , WarningCode
1000 - 1999: Player-related warning codes
  • 1000 - 1099: General

  • 1100 - 1199: Playback

  • 1200 - 1299: Network

SourceErrorCode
Link copied to clipboard
enum SourceErrorCode : Enum<SourceErrorCode> , ErrorCode
2000 - 2999: Source-related error codes
  • 2000 - 2099: General

  • 2100 - 2199: Playback

  • 2200 - 2299: Network

  • 2300 - 2399: DRM

SourceWarningCode
Link copied to clipboard
enum SourceWarningCode : Enum<SourceWarningCode> , WarningCode
2000 - 2999: Source-related warning codes
  • 2000 - 2099: General

  • 2100 - 2199: Playback

  • 2200 - 2299: Network

  • 2300 - 2399: DRM

WarningCode
Link copied to clipboard
interface WarningCode : DeficiencyCode
Represents a warning code that a Player, Source or Offline warning can be associated with.
WarningEvent
Link copied to clipboard
interface WarningEvent
The common supertype implemented by all different warning events that are emitted by the Player or Source.